Revision: arnesi--dev--1.1--patch-11
Archive: bese-devel@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Mon Dec  1 16:19:43 CET 2003
Standard-date: 2003-12-01 15:19:43 GMT
Modified-files: src/code-transformers/cps.lisp
    src/code-transformers/walk/walk-env.lisp
    src/code-transformers/walk/walk.lisp
    src/code-transformers/walk/walkers.lisp t/cps.lisp
New-patches: bese-devel@common-lisp.net/arnesi--dev--1.1--patch-11
Summary: SBCL port and rename enviroment to environment. (see the body of this log)
Keywords: 

SBCL doesn't allow the value NIL as the enviroment argument to a
macro-function. This is actually a good since it required us to add
the handling of the lisp-system's enviroment.

The function TO-CPS now takes a second required argument which must
something we can pass as the enviroment in a call to the result of
macro-function.

The word enviroment is actually spelt environment.
